home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_Clock
/
Clock_main.m
< prev
next >
Wrap
Text File
|
1992-12-19
|
263b
|
16 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "ClockApp.h"
void main(int argc, char *argv[])
{
NXApp = [ClockApp new];
[NXApp loadNibSection:"Clock.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}